projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
645f49c
)
Fix the build with -Dgtk_doc=true
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 9 Feb 2020 00:04:19 +0000
(19:04 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 9 Feb 2020 00:04:19 +0000
(19:04 -0500)
We need to export the emoji chooser symbols to
really make it public api.
gtk/gtkemojichooser.h
patch
|
blob
|
history
diff --git
a/gtk/gtkemojichooser.h
b/gtk/gtkemojichooser.h
index 63670b5d5cebd42d9bd56e4bcf938208405ed104..611f4a184b1ff2048c3e25739d05f1b10a994f9a 100644
(file)
--- a/
gtk/gtkemojichooser.h
+++ b/
gtk/gtkemojichooser.h
@@
-35,7
+35,9
@@
G_BEGIN_DECLS
typedef struct _GtkEmojiChooser GtkEmojiChooser;
typedef struct _GtkEmojiChooserClass GtkEmojiChooserClass;
+GDK_AVAILABLE_IN_ALL
GType gtk_emoji_chooser_get_type (void) G_GNUC_CONST;
+GDK_AVAILABLE_IN_ALL
GtkWidget *gtk_emoji_chooser_new (void);
G_END_DECLS